home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 4 / THE BEST OF SELECT Games Special 4 (Select CD-ROM)(1996).iso / dosgames / schatten / schatten.bat < prev    next >
DOS Batch File  |  1995-10-10  |  828b  |  28 lines

  1. echo off
  2. cd vrchksum
  3. vrchksum /cmd:testbinary /bin:original.bin
  4. cd ..
  5. pause
  6. cls
  7. echo Solltest Du eine Fehlermeldung erhalten haben, dann breche dieses
  8. echo Programm mit den Tasten STRG und 'C' ab und lösche es sofort.
  9. pause
  10. cls
  11. if exist ..\SCHATTEN.bat erase ..\SCHATTEN.bat
  12. if "%1" == "SOUND" goto new_sound
  13. if "%1" == "sound" goto new_sound
  14. if "%1" == "Sound" goto new_sound
  15. if exist PSMCFG4.DAT goto play_game
  16. :new_sound
  17. psmcfg4.exe
  18. if exist PSMCFG4.DAT goto play_game
  19. echo ┌───────────────────────────────────────────────────────────────┐
  20. echo │ Bevor Du spielen kannst, mußt Du Deine Soundkarte einstellen! │
  21. echo └───────────────────────────────────────────────────────────────┘
  22. goto endof_bat
  23. :play_game
  24. xp00.exe %1 %2 %3 %4 %5
  25. if errorlevel 1 goto endof_bat
  26. xp01.exe %1 %2 %3 %4 %5
  27. :endof_bat
  28.